home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / shoot / hs21.lha / BBS_Startups / H&S_Starnet.lha / logon_0.prx < prev    next >
Text File  |  1993-03-03  |  540b  |  20 lines

  1. /***************************************************************************
  2. The -m allows magic mail and the -h turns off hotkeys for Starnet
  3. ****************************************************************************/
  4.  
  5. options results
  6. address 'STAR0_AREXX'
  7.  
  8. 'getvar' 1
  9. username = result
  10. OPEN('file','dosdrivers:hacknslash_0','W')
  11. WRITELN('file','cd doors:hacknslash')
  12. WRITELN('file','hack&slash -m -h '||username)
  13. WRITELN('file','endcli')
  14. CLOSE('file')
  15. address command "protect dosdrivers:hacknslash_0 +S"
  16. address "STAR0_AREXX"
  17.  
  18. 'exit'
  19.  
  20.